home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1999 November / cd joystick no109 novembre 1999.iso / Data / sharewares / utilitaires / WC32V401.ZIP / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TDLGUNZIP / TDLGUNZIP.txt
Text File  |  1999-07-27  |  2KB  |  115 lines

  1. object DLGUNZIP: TDLGUNZIP
  2.   Tag = 1
  3.   Left = 221
  4.   Top = 114
  5.   HelpContext = 160
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Unpack files'
  9.   ClientHeight = 120
  10.   ClientWidth = 354
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnKeyDown = UnzipTextKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Prompt: TLabel
  20.     Tag = 2
  21.     Left = 4
  22.     Top = 5
  23.     Width = 345
  24.     Height = 16
  25.     AutoSize = False
  26.     Caption = 'Unpack &file to:'
  27.   end
  28.   object UnzipText: TEdit
  29.     Left = 4
  30.     Top = 26
  31.     Width = 345
  32.     Height = 21
  33.     Font.Color = clWindowText
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     OnKeyDown = UnzipTextKeyDown
  40.   end
  41.   object PathExtract: TCheckBox
  42.     Tag = 3
  43.     Left = 4
  44.     Top = 51
  45.     Width = 345
  46.     Height = 16
  47.     Caption = '&Unpack path names if stored with files'
  48.     TabOrder = 1
  49.     OnKeyDown = UnzipTextKeyDown
  50.   end
  51.   object Overwrite: TCheckBox
  52.     Tag = 4
  53.     Left = 4
  54.     Top = 70
  55.     Width = 345
  56.     Height = 16
  57.     Caption = '&Overwrite existing files'
  58.     TabOrder = 2
  59.     OnKeyDown = UnzipTextKeyDown
  60.   end
  61.   object Ok: TButton
  62.     Tag = 4001
  63.     Left = 3
  64.     Top = 94
  65.     Width = 85
  66.     Height = 23
  67.     Caption = 'Ok'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 3
  71.     OnKeyDown = UnzipTextKeyDown
  72.   end
  73.   object id_calltree: TButton
  74.     Tag = 5
  75.     Left = 91
  76.     Top = 94
  77.     Width = 85
  78.     Height = 23
  79.     Caption = '&Tree'
  80.     TabOrder = 4
  81.     OnClick = id_calltreeClick
  82.   end
  83.   object Cancel: TButton
  84.     Tag = 4002
  85.     Left = 179
  86.     Top = 94
  87.     Width = 85
  88.     Height = 23
  89.     Cancel = True
  90.     Caption = 'Cancel'
  91.     ModalResult = 2
  92.     TabOrder = 5
  93.     OnKeyDown = UnzipTextKeyDown
  94.   end
  95.   object Button1: TButton
  96.     Tag = 4003
  97.     Left = 267
  98.     Top = 94
  99.     Width = 85
  100.     Height = 23
  101.     Caption = 'Help'
  102.     TabOrder = 6
  103.     OnClick = Button1Click
  104.     OnKeyDown = UnzipTextKeyDown
  105.   end
  106.   object Translate1: TTranslate
  107.     Tag = 5440
  108.     Top = 92
  109.   end
  110.   object ResolutionFix1: TResolutionFix
  111.     Left = 32
  112.     Top = 92
  113.   end
  114. end
  115.